home *** CD-ROM | disk | FTP | other *** search
- object TPersHolder
- P.Name = 'Inno Setup Script'
- P.Extensions.Strings = (
- 'Inno Setup Script files (*.iss)|*.iss')
- P.SyntaxBlocks = <
- item
- Name = 'Default'
- ID = 0
- FIText = 0
- FIIntNum = 8
- FISymbol = 4
- UseSymbols = True
- UseComments = True
- UseSingleLineComments = True
- UseFullLineComments = True
- UseStrings = True
- UseSingleLineStrings = True
- UseNumbers = True
- UseKeywords = True
- BlockDelimiters = <>
- SingleLineCommentDelimiters = <
- item
- FontID = 1
- LeftDelimiter = '='
- end>
- FullLineCommentDelimiters = <
- item
- FontID = 2
- LeftDelimiter = ';'
- end
- item
- FontID = 10
- LeftDelimiter = '#'
- end>
- SingleLineStringDelimiters = <
- item
- FontID = 3
- LeftDelimiter = '['
- RightDelimiter = ']'
- end
- item
- FontID = 11
- LeftDelimiter = '{'
- RightDelimiter = '}'
- end
- item
- FontID = 5
- LeftDelimiter = '"'
- RightDelimiter = '"'
- end
- item
- FontID = 23
- LeftDelimiter = #39
- RightDelimiter = #39
- end>
- KeywordSets = <
- item
- FontID = 6
- Name = 'Keywords'
- Keywords =
- 'AdminPrivilegesRequired,AllowNoIcons,AllowRootDirectory,AllowUNC' +
- 'Path,AlwaysCreateUninstallIcon,AlwaysRestart,AlwaysShowComponent' +
- 'sList,AlwaysShowDirOnReadyPage,AlwaysShowGroupOnReadyPage,Always' +
- 'UsePersonalGroup,AppCopyright,AppId,AppMutex,AppName,AppPublishe' +
- 'r,AppPublisherURL,AppSupportURL,AppUpdatesURL,AppVerName,AppVers' +
- 'ion,Attribs,BackColor,BackColor2,BackColorDirection,BackSolid,Be' +
- 'veledLabel,Bits,CodeFile,Comment,Components,Compression,Compress' +
- 'Level,CopyMode,CreateAppDir,CreateUninstallRegKey,DefaultDirName' +
- ',DefaultGroupName,DefaultUserInfoName,DefaultUserInfoOrg,Descrip' +
- 'tion,DestDir,DestName,DirExistsWarning,DisableAppendDir,DisableD' +
- 'irExistsWarning,DisableDirPage,DisableFinishedPage,DisableProgra' +
- 'mGroupPage,DisableReadyMemo,DisableReadyPage,DisableStartupPromp' +
- 't,DiskClusterSize,DiskSize,DiskSpaceMBLabel,DiskSpanning,DontMer' +
- 'geDuplicateFiles,EnableDirDoesntExistWarning,EnableISX,ExtraDisk' +
- 'SpaceRequired,Filename,Flags,FlatComponentsList,FontInstall,Grou' +
- 'pDescription,HotKey,ChangesAssociations,Check,IconFilename,IconI' +
- 'ndex,InfoAfterFile,InfoBeforeFile,InstallMode,InternalCompressLe' +
- 'vel,Key,LicenseFile,MessagesFile,MinVersion,Name,OnlyBelowVersio' +
- 'n,OutputBaseFilename,OutputDir,OverwriteUninstRegEntries,Paramet' +
- 'ers,Password,PrivilegesRequired,ReserveBytes,Root,RunOnceId,Sect' +
- 'ion,ShowComponentSizes,Source,SourceDir,StatusMsg,Subkey,Tasks,T' +
- 'ype,Types,Uninstallable,UninstallDisplayIcon,UninstallDisplayNam' +
- 'e,UninstallFilesDir,UninstallLogMode,UninstallRestartComputer,Un' +
- 'installStyle,UpdateUninstallLogAppName,UsePreviousAppDir,UsePrev' +
- 'iousGroup,UsePreviousSetupType,UsePreviousTasks,UsePreviousUserI' +
- 'nfo,UserInfoPage,UseSetupLdr,ValueData,ValueName,ValueType,Windo' +
- 'wResizable,WindowShowCaption,WindowStartMaximized,WindowVisible,' +
- 'WizardDebug,WizardImageBackColor,WizardImageFile,WizardSmallImag' +
- 'eBackColor,WizardSmallImageFile,WizardStyle,WorkingDir'
- end
- item
- FontID = 7
- Name = 'Parameters'
- Keywords =
- 'alwaysoverwrite,alwaysskipifsameorolder,append,binary,classic,cl' +
- 'oseonexit,comparetimestamp,confirmoverwrite,createkeyifdoesntexi' +
- 'st,createonlyiffileexists,createvalueifdoesntexist,deleteafterin' +
- 'stall,deletekey,deletevalue,dirifempty,disablenouninstallwarning' +
- ',dontcloseonexit,dontcreatekey,dword,exclusive,expandsz,external' +
- ',files,filesandordirs,fixed,fontisnttruetype,HKCC,HKCR,HKCU,HKLM' +
- ',HKU,ignoreversion,iscustom,isreadme,modern,multisz,new,noerror,' +
- 'none,normal,nowait,onlyifdestfileexists,onlyifdoesntexist,onlyif' +
- 'newer,overwrite,overwritereadonly,postinstall,preservestringtype' +
- ',promptifolder,regserver,regtypelib,restart,restartreplace,runma' +
- 'ximized,runminimized,sharedfile,shellexec,showcheckbox,silent,sk' +
- 'ipifdoesntexist,skipifnotsilent,skipifsilent,skipifsourcedoesnte' +
- 'xist,string,unchecked,uninsalwaysuninstall,uninsclearvalue,unins' +
- 'deleteentry,uninsdeletekey,uninsdeletekeyifempty,uninsdeletesect' +
- 'ion,uninsdeletesectionifempty,uninsdeletevalue,uninsneveruninsta' +
- 'll,useapppaths,verysilent,waituntilidle'
- end>
- end
- item
- Name = 'Object Pascal'
- ID = 2
- ParentID = 0
- FIText = 13
- FIIntNum = 14
- FIFloatNum = 15
- FIHexNum = 16
- FISymbol = 17
- UseSymbols = True
- UseComments = True
- UseSingleLineComments = True
- UseMultiLineComments = True
- UseStrings = True
- UseSingleLineStrings = True
- UseNumbers = True
- UsePrefixedNumbers = True
- UseKeywords = True
- BlockDelimiters = <
- item
- LeftDelimiter = '[code]'
- RightDelimiter = 'end.'
- end>
- SingleLineCommentDelimiters = <
- item
- FontID = 18
- LeftDelimiter = '//'
- end>
- MultiLineCommentDelimiters = <
- item
- FontID = 19
- LeftDelimiter = '{'
- RightDelimiter = '}'
- end
- item
- FontID = 20
- LeftDelimiter = '(*'
- RightDelimiter = '*)'
- end>
- SingleLineStringDelimiters = <
- item
- FontID = 21
- LeftDelimiter = #39
- RightDelimiter = #39
- end>
- NumPrefixes = <
- item
- LeftDelimiter = '$'
- end
- item
- LeftDelimiter = '#$'
- end
- item
- LeftDelimiter = '#'
- end>
- KeywordSets = <
- item
- FontID = 22
- Name = 'reserved'
- Keywords =
- 'absolute,abstract,and,array,as,asm,assembler,at,automated,begin,' +
- 'case,cdecl,class,const,constructor,contains,default,destructor,d' +
- 'ispid,dispinterface,div,do,downto,dynamic,else,end,except,export' +
- ',exports,external,far,file,finalization,finally,for,forward,func' +
- 'tion,goto,if,implementation,implements,in,index,inherited,initia' +
- 'lization,inline,interface,is,label,library,message,mod,name,near' +
- ',nil,nodefault,not,object,of,on,or,out,overload,override,package' +
- ',packed,pascal,private,procedure,program,property,protected,publ' +
- 'ic,published,raise,read,readonly,record,register,reintroduce,rep' +
- 'eat,requires,resident,resourcestring,safecall,set,shl,shr,stdcal' +
- 'l,stored,string,then,threadvar,to,try,type,unit,until,uses,var,v' +
- 'irtual,while,with,write,writeonly,xor'
- end>
- end>
- P.FontTable = <
- item
- FontID = 0
- GlobalAttrID = 'Reserved words'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlue
- Font.Height = -13
- Font.Name = 'Courier New'
- Font.Style = []
- end
- item
- FontID = 1
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlue
- Font.Height = -13
- Font.Name = 'Courier New'
- Font.Style = []
- end
- item
- FontID = 2
- GlobalAttrID = 'Comment'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clGray
- Font.Height = -13
- Font.Name = 'Courier New'
- Font.Style = [fsItalic]
- end
- item
- FontID = 3
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clRed
- Font.Height = -13
- Font.Name = 'Courier New'
- Font.Style = [fsBold]
- end
- item
- FontID = 4
- GlobalAttrID = 'Delimiters'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -13
- Font.Name = 'Courier New'
- Font.Style = []
- end
- item
- FontID = 5
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlue
- Font.Height = -13
- Font.Name = 'Courier New'
- Font.Style = []
- end
- item
- FontID = 6
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clNavy
- Font.Height = -13
- Font.Name = 'Courier New'
- Font.Style = [fsBold]
- end
- item
- FontID = 7
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clOlive
- Font.Height = -13
- Font.Name = 'Courier New'
- Font.Style = [fsBold]
- end
- item
- FontID = 8
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clMaroon
- Font.Height = -13
- Font.Name = 'Courier New'
- Font.Style = []
- end
- item
- FontID = 10
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clPurple
- Font.Height = -13
- Font.Name = 'Courier New'
- Font.Style = [fsItalic]
- end
- item
- FontID = 11
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clTeal
- Font.Height = -13
- Font.Name = 'Courier New'
- Font.Style = [fsBold, fsItalic]
- end
- item
- FontID = 13
- GlobalAttrID = 'Whitespace'
- BlockID = 2
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -13
- Font.Name = 'Courier New'
- Font.Style = []
- end
- item
- FontID = 14
- GlobalAttrID = 'Identifier'
- BlockID = 2
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -13
- Font.Name = 'Courier New'
- Font.Style = []
- end
- item
- FontID = 15
- GlobalAttrID = 'Float'
- BlockID = 2
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clGreen
- Font.Height = -13
- Font.Name = 'Courier New'
- Font.Style = []
- end
- item
- FontID = 16
- GlobalAttrID = 'Identifier'
- BlockID = 2
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -13
- Font.Name = 'Courier New'
- Font.Style = []
- end
- item
- FontID = 17
- GlobalAttrID = 'Delimiters'
- BlockID = 2
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -13
- Font.Name = 'Courier New'
- Font.Style = []
- end
- item
- FontID = 18
- GlobalAttrID = 'Comment'
- BlockID = 2
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clGray
- Font.Height = -13
- Font.Name = 'Courier New'
- Font.Style = [fsItalic]
- end
- item
- FontID = 19
- GlobalAttrID = 'Comment'
- BlockID = 2
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clGray
- Font.Height = -13
- Font.Name = 'Courier New'
- Font.Style = [fsItalic]
- end
- item
- FontID = 20
- GlobalAttrID = 'Comment'
- BlockID = 2
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clGray
- Font.Height = -13
- Font.Name = 'Courier New'
- Font.Style = [fsItalic]
- end
- item
- FontID = 21
- GlobalAttrID = 'String'
- BlockID = 2
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clMaroon
- Font.Height = -13
- Font.Name = 'Courier New'
- Font.Style = []
- end
- item
- FontID = 22
- GlobalAttrID = 'Reserved words'
- BlockID = 2
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlue
- Font.Height = -13
- Font.Name = 'Courier New'
- Font.Style = []
- end
- item
- FontID = 23
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlue
- Font.Height = -13
- Font.Name = 'Courier New'
- Font.Style = []
- end>
- P.SyntaxVersion = 3
- end
-